projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3577b
)
Fix typo in tree-widget-lookup-image
author
Cédric Chépied
<cedric.chepied@delair.aero>
Sat, 19 Oct 2019 07:54:02 +0000
(09:54 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 19 Oct 2019 07:54:02 +0000
(09:54 +0200)
* lisp/tree-widget.el (tree-widget-lookup-image): Fix typo
introduced by previous cleanup (bug#37809).
lisp/tree-widget.el
patch
|
blob
|
history
diff --git
a/lisp/tree-widget.el
b/lisp/tree-widget.el
index 274a1b8b818f6a73c7b63b6de98257a0d9544c2d..660b4b7683c20c1830fe049261e047efc6087567 100644
(file)
--- a/
lisp/tree-widget.el
+++ b/
lisp/tree-widget.el
@@
-371,7
+371,7
@@
found."
(file-regular-p file)
(throw 'found
(apply #'create-image
-
(car fmt) file
nil
+
file (car fmt)
nil
(tree-widget-image-properties name))))))))
nil)))